convert ozi to Format class. (#1232)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 19 Nov 2023 01:18:04 +0000 (18:18 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 01:18:04 +0000 (18:18 -0700)
commit11592cdfeaa33428d290e2e8a9016b6486e2a7a7
treeb88cf6ffcb3c2b14a8e22ba7625cb1f660b47e40
parent6562dd190bfd492f8d7f6b8b09a8f5e57356b9e7
convert ozi to Format class. (#1232)

* convert ozi to Format class.

There is a subtle difference in the writer, the index is now
reset for every invocation.  This only matters if the writer is
used more than once. I believe this was the intent.

* fool with QIODevice and it's inheritence of QIODeviceBase.
CMakeLists.txt
ozi.cc
ozi.h [new file with mode: 0644]
vecs.cc